to read the documentation.
</para>
<para>
-The short checklist on how to use gettext is: call bindtextdomain() so
+The short checklist on how to use gettext is: call <literal>bindtextdomain()</literal> so
gettext can find the files containing your translations, call textdomain()
-to set the default translation domain, call bind_textdomain_codeset() to
+to set the default translation domain, call <literal>bind_textdomain_codeset()</literal> to
request that all translated strings are returned in UTF-8, then call
gettext() to look up each string to be translated in the default domain.
</para>